type github.com/jackc/pgx/v5.dbTx (struct)

Method Implmentations

Begin(ctx context.Context) (Tx, error) *dbTx.M : Tx.Begin
Conn() *Conn *dbTx.M : Tx.Conn
CopyFrom(ctx context.Context, tableName Identifier, columnNames []string, rowSrc CopyFromSource) (int64, error) *dbTx.M : Tx.CopyFrom
Exec(ctx context.Context, sql string, arguments ...any) (commandTag pgconn.CommandTag, err error) *dbTx.M : Tx.Exec
Query(ctx context.Context, sql string, args ...any) (Rows, error) *dbTx.M : Tx.Query
QueryRow(ctx context.Context, sql string, args ...any) Row *dbTx.M : Tx.QueryRow